home *** CD-ROM | disk | FTP | other *** search
- assign getback: ""
- echo "Installation of X11 Demo software"
- echo "Have you set up the X11: volume yet?"
- cd X11:
- echo "I guess so"
- echo "making lharc resident"
- resident X11demo.vol1:bin/lharc pure
- if not exists bin
- makedir bin
- endif
-
- echo "install servers and some utilities"
- lharc -m -a -x x X11demo.vol1:bin.LZH
-
- echo "installing more misc files"
- lharc -m -a -x x X11demo.vol1:misc.LZH
-
- echo "extracting misc fonts"
- lharc -m -a x X11demo.vol1:fonts.LZH
-
- echo "installing various bitmaps"
- lharc -m -a -x x X11demo.vol1:bitmaps.LZH
-
- echo "installing ipc.device in devs:"
- copy X11demo.vol1:devs/ipc.device devs:
-
- echo "install sample clients"
- lharc -m -a x X11demo.vol2:clients.LZH
-
- ; The folloing env variable should be set in a startup script
-
- echo "setting env variable DISPLAY to unix:0"
- setenv DISPLAY unix:0
-
- echo "setting user name to guest"
- setenv USER guest
-
- echo "setting env variable HOME to X11:"
- setenv HOME X11:
-
- echo "setting hostname of this amiga to amiga"
- setenv HOSTNAME amiga
-
- cd getback:
- assign getback:
-
-